ESRI.ArcGIS.Mobile.Client
Generic FeatureCollection Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : Generic FeatureCollection Class


The following tables list the members exposed by Generic FeatureCollection.

Public Constructors

 NameDescription
Public ConstructorFeatureCollection Constructor Creates an empty FeatureCollection.  
Top

Public Properties

 NameDescription
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<T>)
Top

Protected Properties

 NameDescription
Protected PropertyItems (Inherited from System.Collections.ObjectModel.Collection<T>)
Top

Public Methods

 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodAddFeature Add a Feature to the list. This doesn't allow it to be added twice.  
Public MethodAddFeatures Adds a collection of features to the feature collection, making sure each feature exists in the collection only once.  
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodDispose Releases all resources used by this object.  
Public MethodFindOverloaded.  Finds a Feature in the collection.  
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Public MethodOnFeaturesChanged Updates the features within the collection based upon the feature-changed event args parameter. This method is intended to be called by some other client who is responding to the Project.FeaturesChanged event.  
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemoveFeature Removes a feature from the collection based upon its layer and object identifier (not the object reference).  
Top

Protected Methods

 NameDescription
Protected MethodBlockReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Protected MethodCheckReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Protected MethodClearItems (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Protected MethodInsertItem (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Protected MethodMoveItem (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Protected MethodOnCollectionChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Protected MethodOnPropertyChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Protected MethodRemoveItem (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Protected MethodSetItem (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Top

Public Events

 NameDescription
Public EventCollectionChanged  
Top

Protected Events

 NameDescription
Protected EventPropertyChanged  
Top

See Also